home *** CD-ROM | disk | FTP | other *** search
/ Colorado Rockies Interactive CD-ROM 1999 / Colorado Rockies 1999 Interactive CD-ROM.iso / mac / DXR / Intro.dxr / 00010.ls < prev    next >
Encoding:
Text File  |  1999-03-30  |  133 b   |  9 lines

  1. on startMovie
  2.   if the quickTimePresent = 0 then
  3.     go("installQT")
  4.   else
  5.     go(the frame)
  6.   end if
  7.   preLoad(member "Intro")
  8. end
  9.